home *** CD-ROM | disk | FTP | other *** search
/ PC Format 5 (5.25") / PC Format - Issue 5 Feburary 1992 - Disk 1.ima / PCF.BAT < prev    next >
DOS Batch File  |  1994-08-29  |  519b  |  45 lines

  1. echo off
  2. cls
  3.  
  4. :start
  5. nocurs
  6. disp pcfiss5 2
  7. getkey dex
  8.  
  9. if errorlevel 3 goto quit
  10. if errorlevel 2 goto egaint
  11. if errorlevel 1 goto death
  12.  
  13. :egaint
  14. disp pcfiss53 2
  15. getkey yn
  16.  
  17. if errorlevel 2 goto start
  18. if errorlevel 1 goto egaint2
  19.  
  20. :egaint2
  21. cd\egaint
  22. egaint
  23. cd..
  24. goto start
  25.  
  26. :death
  27. disp pcfiss52 2
  28. getkey yn
  29.  
  30. if errorlevel 2 goto start
  31. if errorlevel 1 goto death2
  32.  
  33. :death2
  34. cd death
  35. dbdemo
  36. cd..
  37. goto start
  38.  
  39. :quit
  40. cls
  41. echo thankyou for using the PC Format coverdisk.
  42. cd..
  43. pause
  44.  
  45.